return statement造句
例句與造句
- Generates code for the specified method return statement
為指定的方法返回語(yǔ)句生成代碼。 - The procedure then returns the variable on the return statement
然后,存儲(chǔ)過(guò)程將在return語(yǔ)句中返回變量。 - A return statement of return abooklocal needs to be added to the end of the method body
的返回聲明需要被添加到方法體的末尾。 - Both accessors return void , so any return statement must not return a value
兩個(gè)訪問(wèn)器都返回void ,因此所有返回語(yǔ)句都不能返回值。 - Placing an instruction after a return statement ensures that it will never be executed
在返回語(yǔ)句后放一條指令確保了它不會(huì)被執(zhí)行。 - It's difficult to find return statement in a sentence. 用return statement造句挺難的
- The body of a function may only contain a series of variable declarations and a return statement
函數(shù)體可以僅包含一組變量聲明和一個(gè)返回語(yǔ)句。 - In the getenumerator method , the values of the array are returned using the yield return statement
在getenumerator方法中,使用yield return語(yǔ)句返回?cái)?shù)組的值。 - The compiler implements the multiply expression in the return statement as a series of shift and
)編譯differ . c時(shí),編譯器將返回語(yǔ)句中的乘法表達(dá)式實(shí)現(xiàn)為一系列移位指令和 - Return statement terminates execution of the method in which it appears and returns control to the calling method
語(yǔ)句終止它出現(xiàn)在其中的方法的執(zhí)行并將控制返回給調(diào)用方法。 - The compiler implements the multiply expression in the return statement explicitly as a multiply to produce a short but slower sequence of code
)編譯differ . c時(shí),編譯器將返回語(yǔ)句中的乘法表達(dá)式顯式實(shí)現(xiàn)為乘法,以產(chǎn)生短小但較慢的代碼序列: - I d like to make my client tests remain as they are , so i add a default delta , remove the right triangle test return statement , and add the code shown in code sample 10 to
我想讓客戶程序測(cè)試保持原樣,因此添加了默認(rèn)的delta ,刪掉了直角三角形測(cè)試的返回語(yǔ)句,并加入了代碼示例10中所示的代碼到